home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Przeglad programow P2P / Shareaza 1.9 / Shareaza1890.exe / Schemas / videoRoot.xml < prev    next >
Extensible Markup Language  |  2003-02-26  |  979b  |  23 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <schemaDescriptor location="http://www.shareaza.com/schemas/videoRoot.xsd" xmlns="http://www.shareaza.com/schemas/SchemaDescriptor.xsd">
  4.     
  5.     <object type="folder" availability="system"/>
  6.     <titles>
  7.         <title language="en">Video:My Video</title>
  8.     </titles>
  9.     <images>
  10.         <icon path="videoFolder.ico"/>
  11.     </images>
  12.     <contains>
  13.         <object type="folder" location="http://www.shareaza.com/schemas/videoFilmCollection.xsd"/>
  14.         <object type="folder" location="http://www.shareaza.com/schemas/videoMusicCollection.xsd"/>
  15.         <object type="folder" location="http://www.shareaza.com/schemas/videoSeriesCollection.xsd"/>
  16.     </contains>
  17.     <headerContent version="1.0">
  18.         <title language="en">Welcome to My Video!</title>
  19.         <subtitle language="en">These folders contain all of the video files in your library, divided into films, TV shows and music videos.  Open a folder below to continue.</subtitle>
  20.     </headerContent>
  21.     
  22. </schemaDescriptor>
  23.